qt6-tools.git
7 months agoLook for zstd before Clang
Pino Toscano [Sat, 24 Jan 2026 07:42:10 +0000 (07:42 +0000)]
Look for zstd before Clang

Last-Update: 2025-07-19
Forwarded: not-needed

The story is more or less the following:
- LLVM ships its own Findzstd cmake find module from 16; this module defines
  2 targets: zstd::libzstd_shared and zstd::libzstd_static
- libzstd ships a cmake config module that defines 3 targets:
  zstd::libzstd_shared, zstd::libzstd_static, and zstd::libzstd
- the libzstd config module assumes that if one target is defined, all of them
  are, as if the config module itself was already run (i.e. multiple
  "find_package(zstd)" in a cmake project)
- in qttools, Clang is searched first, which in turns requires LLVM, and then
  libzstd

More details here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073480#47

As workaround, look for libzstd before Clang: this way the proper zstd cmake
targets are defined, and the Findzstd cmake find module shipped with LLVM will
use them just fine without redefining them.

This should most likely be fixed on LLVM side.

Gbp-Pq: Name cmake-find-zstd-before-clang.diff

7 months agoupstream_llvm21
Debian Qt/KDE Maintainers [Sat, 24 Jan 2026 07:42:10 +0000 (07:42 +0000)]
upstream_llvm21

Gbp-Pq: Name upstream_llvm21.diff

7 months agoqt6-tools (6.9.2-5+rpi1) forky-staging; urgency=medium
Peter Michael Green [Sat, 24 Jan 2026 07:42:10 +0000 (07:42 +0000)]
qt6-tools (6.9.2-5+rpi1) forky-staging; urgency=medium

  * Skip dh_missing.

[dgit import unpatched qt6-tools 6.9.2-5+rpi1]

7 months agoImport qt6-tools_6.9.2-5+rpi1.debian.tar.xz
Peter Michael Green [Sat, 24 Jan 2026 07:42:10 +0000 (07:42 +0000)]
Import qt6-tools_6.9.2-5+rpi1.debian.tar.xz

[dgit import tarball qt6-tools 6.9.2-5+rpi1 qt6-tools_6.9.2-5+rpi1.debian.tar.xz]

12 months agoImport qt6-tools_6.9.2.orig.tar.xz
Patrick Franz [Mon, 8 Sep 2025 18:10:05 +0000 (20:10 +0200)]
Import qt6-tools_6.9.2.orig.tar.xz

[dgit import orig qt6-tools_6.9.2.orig.tar.xz]